Skip to content

fix: remove unused base64::Engine import from setup.rs#1

Open
podthesquire wants to merge 1 commit into
mainfrom
review/fix-setup-unused-import-7774825
Open

fix: remove unused base64::Engine import from setup.rs#1
podthesquire wants to merge 1 commit into
mainfrom
review/fix-setup-unused-import-7774825

Conversation

@podthesquire

Copy link
Copy Markdown
Member

Auto-Review Fix

Found during automated review of commit 9f838dec.

Issue

  • src/setup.rs:22 — Unused import base64::Engine. The base64 crate's engine trait is imported but never directly used in setup.rs. The identity module handles its own base64 operations internally. This would cause a Rust compiler warning.

Fix

  • Removed the unused import line.

No functional changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants